Creates a StackPanel for each array of components and adds it to a parent StackPanel with opposite orientation.
Namespace: MindFusion.Charting.Controls
File: LayoutBuilder.js
JavaScript Copy Code |
---|
function createLayout (horizontal, c1, c2, c3) |
The orientation of the parent panel.
The first stack of components.
The second stack of components.
The third stack of components.
A StackPanel instance.